home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / WORDPAD.PAK / MAKEFILE < prev    next >
Text File  |  1997-05-06  |  959b  |  22 lines

  1. # This is a part of the Microsoft Foundation Classes C++ library.
  2. # Copyright (C) 1992-1995 Microsoft Corporation
  3. # All rights reserved.
  4. #
  5. # This source code is only intended as a supplement to the
  6. # Microsoft Foundation Classes Reference and related
  7. # electronic documentation provided with the library.
  8. # See these sources for detailed information regarding the
  9. # Microsoft Foundation Classes product.
  10.  
  11. PROJ=WORDPAD
  12. OBJS=chicdial.obj   colorlis.obj   datedial.obj   docopt.obj     filenewd.obj   \
  13.      listdlg.obj    pageset.obj    splash.obj     unitspag.obj   buttondi.obj   \
  14.      cntritem.obj   ddxm.obj       doctype.obj    key.obj        multconv.obj   \
  15.      options.obj    optionsh.obj   ruler.obj      srvritem.obj   strings.obj    \
  16.      formatba.obj   formatpa.obj   formatta.obj   ipframe.obj    mainfrm.obj    \
  17.      wordpad.obj    wordpdoc.obj   wordpvw.obj
  18.  
  19. USES_OLE=1
  20.  
  21. !include <$(MAKEDIR)\..\include\mfc\mfcsamps.mak>
  22.